home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 07 - 1991 / 07.11 Nov 91 / TPose Source / DemoText Patches / DemoText.r.df < prev    next >
Encoding:
Text File  |  1991-05-23  |  1.3 KB  |  26 lines  |  [TEXT/MPS ]

  1. File #1: Mr. Disk:Articles:TPoseDialogCmd:Source, etc.:DemoText.r
  2. File #2: MacII:MPW:MacApp 2.0.1:Examples:DemoText:DemoText.r
  3.  
  4. Extra lines in 1st before 23 in 2nd (File "Mr. Disk:Articles:TPoseDialogCmd:Source, etc.:DemoText.r"; Line 23; File "MacII:MPW:MacApp 2.0.1:Examples:DemoText:DemoText.r"; Line Δ23)
  5. include "UCharacterDialog.rsrc";            /* JLP */
  6.  
  7.  
  8. Extra lines in 1st before 90 in 2nd (File "Mr. Disk:Articles:TPoseDialogCmd:Source, etc.:DemoText.r"; Line 91:92; File "MacII:MPW:MacApp 2.0.1:Examples:DemoText:DemoText.r"; Line Δ90)
  9. #define cCharacter        1503
  10.  
  11.  
  12.  
  13. Nonmatching lines (File "Mr. Disk:Articles:TPoseDialogCmd:Source, etc.:DemoText.r"; Line 293:297; File "MacII:MPW:MacApp 2.0.1:Examples:DemoText:DemoText.r"; Line 290:292)
  14. /* [ 2] */    "Size",                noIcon, kHierarchicalMenu, hmSize,  plain, cSize;
  15. /* [ 3] */    "Font",                noIcon, kHierarchicalMenu, hmFont,  plain, cFont;
  16. /* [ 4] */    "Color",            noIcon, kHierarchicalMenu, hmColor, plain, cColor;
  17. /* [ 5] */    "-",                noIcon,    noKey,               noMark,    plain, nocommand;        /* JLP */
  18. /* [ 6] */    "Character…",        noIcon, "Y",               noMark,  plain, cCharacter        /* JLP */
  19.  
  20. /* [ 2] */    "Size",                noIcon, kHierarchicalMenu, hmSize, plain, cSize;
  21. /* [ 3] */    "Font",                noIcon, kHierarchicalMenu, hmFont, plain, cFont;
  22. /* [ 4] */    "Color",            noIcon, kHierarchicalMenu, hmColor, plain, cColor
  23.  
  24.  
  25. *** EOF on both files at the same time ***
  26.